You are here: Configuring with VBScript > Confirming deletion of documents

Confirming deletion of documents

Deleting a document that has been replicated to collaborating sites can have serious negative implications. Up to Global Collaboration Framework version 2.1, it would show a confirmation dialog box when the user deleted a document that had been replicated to collaborating sites. Since Global Collaboration Framework version 2008, this can be controlled by implementing the user-defined VBScript function GCFShowRemoteDeletionConfirmation. When this function returns True, the confirmation dialog is shown. Otherwise, the dialog is suppressed.

Function GCFShowRemoteDeletionConfirmation()
    GCFShowRemoteDeletionConfirmation = True
End Function 

Related concepts

Configuring with VBScript

Related tasks

Integrating custom GCF script with GCF 2012

Updating custom GCF script to GCF 2012

Understanding common conflicts

Suppressing custom code during GCF operations

Hiding the Collaboration property page

Replicating workflow logs


www.bluecieloecm.com